home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 121_01 / sdir.doc < prev    next >
Text File  |  1985-08-19  |  2KB  |  69 lines

  1.  
  2.      SDIR (1)                  BDS C Users' Group                  SDIR (1)
  3.  
  4.  
  5.  
  6.      NNAAMMEE 
  7.           sdir - produce sorted directory list 
  8.  
  9.      SSYYNNOOPPSSIISS 
  10.           ssddiirr [filedesc] ...  
  11.  
  12.      DDEESSCCRRIIPPTTIIOONN 
  13.           _S_d_i_r is a program to produce a sorted directory list on the 
  14.           console, with four directory entries per line.  Zero or more 
  15.           file descriptors (ambiguous or unambiguous) or drive 
  16.           specifications may be supplied to tailor the output.  If no 
  17.           file descriptors are supplied, a default of *.* is used, 
  18.           which is everything on the current drive.  
  19.  
  20.      CCAAVVEEAATTSS 
  21.           This program was tested with v1.50 of the BDS C compiler 
  22.           under CP/M 2.2.  It should work with other versions of BDS C 
  23.           and CP/M, but has not been tested.  
  24.  
  25.      EEXXAAMMPPLLEESS 
  26.           sdir a: b:    lists everything on drives A & B. Each
  27.                   directory is sorted individually.
  28.           sdir *.com    lists all .COM files on the current default
  29.                   drive.
  30.  
  31.      SSEEEE AALLSSOO 
  32.           zdir(1) 
  33.  
  34.      BBUUGGSS 
  35.           If the same file corresponds to more than one file 
  36.           descriptor, it will be listed once for each such 
  37.           correspondence.  
  38.           A maximum of 128 filenames is allowed.  
  39.  
  40.      NNOOTTEESS 
  41.           Requires fcb.h for compile & files.c for link.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                       -1-
  66.  
  67. utput.  If no 
  68.           file descriptors are supplied, a default of *.* is used, 
  69.